home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 10988 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  979 b 

  1. Path: profitwo.iee.ufrgs.br!franc
  2. From: franc@iee.ufrgs.br (GUSTAVO ANDRE FRANCESCHINI)
  3. Newsgroups: comp.lang.c
  4. Subject: Putting images from C on MSDOS screen
  5. Date: Thu, 21 Mar 1996 11:53:51 GMT
  6. Organization: IEE, Depto de Eng. Eletrica, UFRGS, Brasil
  7. Message-ID: <franc.20.3151434F@iee.ufrgs.br>
  8. References: <franc.19.31514318@iee.ufrgs.br>
  9. NNTP-Posting-Host: profitwo.iee.ufrgs.br
  10.  
  11. Hi all,
  12.  
  13.         Does anybody know if there are any public .lib (or source) file with 
  14. graphic functions to read a graphic file (like .bmp,.pcx,.gif) from C and 
  15. put it on the screen? I'm talking about MS-DOS system and I'm using Borland 
  16. C. 
  17.         The graphics library that comes with BC doesn't have any function in 
  18. this style. The closest one is "putimage()" that is complementar of "
  19. getimage()", but both run from memory. They use a previous drew image to 
  20. manipulate it. They can't manipulate graphics formats.
  21.         
  22. Thanks a lot,
  23. Gustavo Andre' Franceschini
  24. Porto Alegre-RS, Brasil
  25.